{
"match": true,
"comment": "Trailing amperands can be ignored",
"expected" : {
"method": "GET",
"path": "/path",
"query": "alligator=Mary&hippo=John",
"headers": {}
},
"actual": {
"method": "GET",
"path": "/path",
"query": "alligator=Mary&hippo=John&",
"headers": {}
}
}